home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 49 / Amiga Format CD49 (2000-01-17)(Future Publishing)(GB)(Track 1 of 3)[!][issue 2000-02].iso / -websites- / wirenet / files / autonotify.lha / AutoNotify.readme < prev    next >
Text File  |  1999-04-04  |  1KB  |  38 lines

  1. A quick hack to provide notification events.
  2.  
  3. Installation
  4. ============
  5.  
  6. Copy AutoNotify.br and SendMail.br to Thor/rexx
  7.  
  8. Create the directory Thor/autonotify
  9.  
  10. For each user that you want an auto notification, create a text file
  11. whose name is their email address and the contents are the text to be
  12. sent.
  13.  
  14. Put the address to send to and the subject line in the file's comment,
  15. separated by a |
  16.  
  17. e.g. to Have a notification of each mail sent to neil@wirenet.co.uk
  18. sent to notify@wirenet.co.uk, with a subject line of "Mail for you",
  19. save the message as Thor/autonotify/neil@wirenet.co.uk and set the
  20. comment of this file to "notify@wirenet.co.uk|Mail for you" (no
  21. quotes).
  22.  
  23. Run autonotify.br immediately before sending mail. Do not run it as a
  24. system exit script since it will create multiple notifications for the
  25. same mail if you exit the system more than once after writing the
  26. mail. The usage is
  27.  
  28.     AutoNotify.br SYSTEMNAME
  29.  
  30.  
  31.  
  32. As above, this is a quick hack. If it works good, if it causes nuclear
  33. meltdown, tough :(
  34.  
  35.  
  36. Neil Bothwick <neil@wirenet.co.uk>
  37.  
  38.